libxl: remove ctx->waitpid_instead
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 11 May 2012 17:59:02 +0000 (18:59 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 11 May 2012 17:59:02 +0000 (18:59 +0100)
commit97adb792789d187bbc48a3c1046ce02bcca3768d
tree3a09ba49f78a928660281d6849b149d23da55d02
parent17ecbf8fed795c3d61b107b65200094ba259f14c
libxl: remove ctx->waitpid_instead

Remove this obsolete hook.  Callers inside libxl which create and reap
children should use the mechanisms provided by the event system.

(This has no functional difference since there is no way for
ctx->waitpid_instead ever to become set.)

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/libxl_exec.c
tools/libxl/libxl_internal.h